home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hottest 6
/
Hottest 6 (1996)(PDSoft)[!].iso
/
software
/
programming
/
c
/
toolbox
/
lib
/
lalr
/
parser.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1978-11-24
|
316 b
|
19 lines
$@ # ifndef yy@
$@ # define yy@
/* $Id: Parser.h,v 2.1 1992/08/07 15:28:42 grosch rel $ */
$E /* EXPORT section is inserted here */
# ifdef yacc_interface
$@ # define @ yyparse
# define yyInitStackSize YYMAXDEPTH
# endif
$@ extern char * @_TokenName [];
$@ extern int @ ();
$@ extern void Close@ ();
# endif